@charset "UTF-8";
html {
  box-sizing: border-box;
}

html * {
  box-sizing: inherit;
}

body {
  background-color: #fff;
  font-family: "メイリオ", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  color: #000;
  line-height: 1.6;
  -webkit-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}

body, p, form,
h1, h2, h3, h4, h5, h6,
dl, dt, dd,
ul, ol, li {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

img {
  border: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: normal;
}

body,
button,
input[type="text"],
input[type="password"],
textarea,
select {
  font-family: "メイリオ", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
}

input[type="text"],
input[type="password"],
textarea {
  padding: 15px;
  border: 1px solid #ccc;
}

a {
  color: #000;
  text-decoration: none;
}

.no-touchevents a:hover {
  text-decoration: underline;
}

a:visited {
  color: #4c3c94;
}

.s {
  display: inline-block;
  vertical-align: middle;
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/dj_common/non-rwd/images/sprite png");
  background-repeat: no-repeat;
  background-size: 182px 150px;
}

.s-alert {
  width: 32px;
  height: 28px;
  background-position: -150px 0px;
}

.s-notice {
  width: 12px;
  height: 20px;
  background-position: -170px -28px;
}

.s-notice2 {
  width: 17px;
  height: 27px;
  background-position: -150px -52px;
}

.s-pdf {
  width: 15px;
  height: 18px;
  background-position: -167px -52px;
}

.s-pdf2 {
  width: 20px;
  height: 24px;
  background-position: -150px -28px;
}

.s-scrollable {
  width: 150px;
  height: 150px;
  background-position: 0px 0px;
}

i, .i {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  pointer-events: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.i-blank:before {
  content: "\EA01";
}

.i-caret-down:before {
  content: "\EA02";
}

.i-caret-up:before {
  content: "\EA03";
}

.i-catalog:before {
  content: "\EA04";
}

.i-chevron-down:before {
  content: "\EA05";
}

.i-chevron-left:before {
  content: "\EA06";
}

.i-chevron-right:before {
  content: "\EA07";
}

.i-close:before {
  content: "\EA08";
}

.i-inquiry:before {
  content: "\EA09";
}

.i-manual:before {
  content: "\EA0A";
}

.i-menu:before {
  content: "\EA0B";
}

.i-minus:before {
  content: "\EA0C";
}

.i-pagetop:before {
  content: "\EA0D";
}

.i-plus:before {
  content: "\EA0E";
}

.i-rss:before {
  content: "\EA0F";
}

.i-search:before {
  content: "\EA10";
}

.i-support:before {
  content: "\EA11";
}

.i-tel:before {
  content: "\EA12";
}

.i-a:before {
  content: "\EA13";
}

.i-faq:before {
  content: "\EA14";
}

.i-menu2:before {
  content: "\EA15";
}

.i-modal:before {
  content: "\EA16";
}

.i-q:before {
  content: "\EA17";
}

.i-print:before {
  content: "\EA18";
}

.i-ra:before {
  content: "\EA19";
}

.i-cj:before {
  content: "\EA20";
}

.i-ha:before {
  content: "\EA21";
}

.i-ecocute:before {
  content: "\EA22";
}

.i-ceramheat:before {
  content: "\EA23";
}

.i-skyair:before {
  content: "\EA24";
}

.i-building:before {
  content: "\EA25";
}

.i-sp:before {
  content: "\EA26";
}

.i-router:before {
  content: "\EA27";
}

.i-remote:before {
  content: "\EA28";
}

.i-filter:before {
  content: "\EA29";
}

.i-maintenance:before {
  content: "\EA30";
}

.i-search:before {
  content: "\EA31";
}

.i-dl:before {
  content: "\EA32";
}

.i-contact:before {
  content: "\EA33";
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.g-365 {
  margin: 5px 0 10px;
}

.g-365 strong {
  color: #09c;
  font-size: 18px;
}

.g-365 strong span {
  margin: 0 3px;
  font-size: 24px;
}

.g-acc_btn {
  padding: 12px;
  display: inline-block;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: #777;
  cursor: pointer;
}

.no-touchevents .g-acc_btn:hover {
  background-color: #666;
  text-decoration: none;
}

.g-acc_btn:before {
  content: attr(data-off);
}

.g-acc_btn-on:before {
  content: attr(data-on);
}

.g-acc_btn:after {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  pointer-events: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\EA02";
  margin-left: 10px;
}

.g-acc_btn-on:after {
  content: "\EA03";
}

.g-align-l, .g-align-c, .g-align-r {
  display: table;
}

.g-align-l {
  margin-right: auto;
}

.g-align-c {
  margin-left: auto;
  margin-right: auto;
}

.g-align-r {
  margin-left: auto;
}

.g-bg {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 50px;
}

.ie8 .g-bg {
  min-width: 960px;
}

.g-bg-gray {
  background-color: #f3f3f3;
}

.g-bg-beige {
  background-color: #f9f6ee;
}

.g-bg-aqua {
  background-color: #ebf7fd;
}

.g-blank:after {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  pointer-events: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\EA01";
  margin-left: 7px;
  font-size: 16px;
  color: #999;
  vertical-align: middle;
}

.g-blist {
  list-style: disc;
  padding-left: 2em;
}

.g-box {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  max-width: 960px;
}

.ie8 .g-box {
  width: 960px;
}

.g-breadcrumbs, .g-breadcrumbs-white, .g-breadcrumbs-p {
  margin: 10px -15px 0;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  z-index: 2;
  width: 100%;
}

.g-breadcrumbs ol, .g-breadcrumbs-white ol, .g-breadcrumbs-p ol {
  margin: 0 auto;
  max-width: 960px;
  font-size: 10px;
  font-weight: bold;
  overflow: hidden;
}

.g-breadcrumbs li, .g-breadcrumbs-white li, .g-breadcrumbs-p li {
  float: left;
}

.g-breadcrumbs li:before, .g-breadcrumbs-white li:before, .g-breadcrumbs-p li:before {
  margin: 0 5px;
  content: ">";
}

.g-breadcrumbs li:first-child:before, .g-breadcrumbs-white li:first-child:before, .g-breadcrumbs-p li:first-child:before {
  display: none;
}

.g-breadcrumbs a, .g-breadcrumbs-white a, .g-breadcrumbs-p a {
  text-decoration: underline;
}

.g-breadcrumbs a:hover, .g-breadcrumbs-white a:hover, .g-breadcrumbs-p a:hover {
  text-decoration: none;
}

.g-breadcrumbs-white, .g-breadcrumbs-white a {
  color: #fff;
}

.g-breadcrumbs-p {
  margin: 10px auto 35px;
  position: static;
}

.g-btn-sm, .g-btn, .g-btn-lg {
  padding: 12px;
  display: block;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

.g-btn-sm:before, .g-btn:before, .g-btn-lg:before {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  pointer-events: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\EA07";
  margin-right: 6px;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}

.no-touchevents .g-btn-sm:hover, .no-touchevents .g-btn:hover, .no-touchevents .g-btn-lg:hover {
  text-decoration: none;
}

.g-btn-sm:visited, .g-btn:visited, .g-btn-lg:visited {
  color: #000;
}

.g-btn-sm {
  font-size: 12px;
}

.g-btn-lg {
  font-size: 16px;
}

.g-btn-inline {
  display: inline-block;
}

.g-btn-i {
  position: relative;
}

.g-btn-i i {
  margin: -1em 10px 0 0;
  height: 0;
  font-size: 36px;
  color: #999;
  overflow: visible;
}

.g-btn-i .s {
  margin-right: 10px;
}

.g-btn-i span {
  display: inline-block;
  vertical-align: middle;
}

.g-btn-i:before {
  display: none;
}

.g-btn-img {
  padding: 5px;
  font-weight: normal;
  overflow: hidden;
}

.g-btn-img img {
  margin-right: 5px;
  float: left;
}

.g-btn-img div {
  margin-top: 4px;
  overflow: hidden;
}

.g-btn-img .g-link-lg {
  margin-bottom: 5px;
}

.g-btn-img:before {
  display: none;
}

.g-btn-gray {
  border: 1px solid #ccc;
  background-color: #f2f2f2;
  background: -webkit-linear-gradient(#fff, #f2f2f2);
  background: linear-gradient(#fff, #f2f2f2);
}

.no-touchevents .g-btn-gray:hover {
  background-color: #e9e9e9;
  background: -webkit-linear-gradient(#f8f8f8, #e9e9e9);
  background: linear-gradient(#f8f8f8, #e9e9e9);
}

.g-btn-blue {
  border: 1px solid #ebeef3;
  background-color: #003980;
  background: -webkit-linear-gradient(#003980, #002f6a);
  background: linear-gradient(#003980, #002f6a);
}

.no-touchevents .g-btn-blue:hover {
  background-color: #003372;
  background: -webkit-linear-gradient(#003372, #002859);
  background: linear-gradient(#003372, #002859);
}

.g-btn-cyan {
  color: #fff;
  background-color: #09c;
  background: -webkit-linear-gradient(#09c, #168bb6);
  background: linear-gradient(#09c, #168bb6);
}

.no-touchevents .g-btn-cyan:hover {
  background-color: #008fbf;
  background: -webkit-linear-gradient(#008fbf, #0b81ab);
  background: linear-gradient(#008fbf, #0b81ab);
}

.g-btn-cyan:visited {
  color: #fff;
}

.g-clearfix:before, .g-clearfix:after {
  content: " ";
  display: table;
}

.g-clearfix:after {
  clear: both;
}

.g-container {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
  overflow: hidden;
  max-width: 960px;
}

.g-contents {
  padding-left: 258px;
  float: right;
  width: 100%;
}

.g-cover {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 390px;
  overflow: hidden;
  position: relative;
}

.ie8 .g-cover {
  min-width: 960px;
}

.g-cover_bgs, .g-cover_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.g-cover .g-cover_bgs.slick-slider {
  position: absolute;
  z-index: 1;
}

.g-cover .g-cover_bgs .slick-list, .g-cover .g-cover_bgs .slick-track {
  height: 100%;
}

.g-cover_bg {
  background: no-repeat 50% 50%;
  background-size: cover;
}

.g-cover_bg-1 {
  z-index: 1;
}

.g-cover_outer {
  margin: 70px auto 0;
  padding-right: 240px;
  max-width: 960px;
  position: relative;
  z-index: 2;
}

.ie8 .g-cover_outer {
  padding-right: 0;
}

.g-page-notice .g-cover_outer {
  padding-right: 0;
}

.g-cover_inner {
  display: table;
  width: 100%;
  height: 240px;
}

.g-cover_hd {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 24px;
  width: 240px;
}

.g-cover_cell {
  display: table-cell;
}

.g-cover .g-cover_pics {
  position: relative;
  height: 240px;
}

.g-cover .g-cover_pics.slick-slider {
  padding: 0 240px;
  position: absolute;
  left: 0;
  width: 100%;
}

.g-cover .g-cover_pics .slick-list, .g-cover .g-cover_pics .slick-track {
  height: 100%;
}

.g-cover_pic {
  background: no-repeat 50% 50%;
  background-size: auto 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.g-cover_pic-1 {
  z-index: 1;
}

.ie8 .g-cover_pic {
  background-position: 0 0;
}

.g-customer {
  padding: 30px 210px 30px 30px;
  border: 5px solid #ddd;
  background: url("/-/media/Project/Daikin/ac_daikin_co_jp/dj_common/non-rwd/images/pic_support jpg") no-repeat 100% 0;
  background-size: auto 100%;
}

.g-customer_desc {
  margin-bottom: 15px;
}

.g-customer strong {
  color: #09c;
}

.g-customer .g-btn-gray {
  margin-right: 20px;
}

.g-el-lg {
  display: block;
}

.g-el-sm {
  display: none;
}

.g-fnav {
  font-size: 15px;
  color: #fff;
  padding: 50px 15px;
  border-top: 5px solid #3fcdfd;
  background: #333;
}

.g-fnav a,
.g-fnav a:visited {
  color: #fff;
}

.g-fnav .g-link:before,
.g-fnav .g-link-sm:before {
  font-size: 11px;
  font-weight: bold;
  color: #24c5f1;
  top: 6px;
}

.g-fnav_inner > li {
  padding-right: 1.5%;
  float: left;
  width: 240px;
}

.g-fnav_linkHd {
  margin: 0 0 7px;
}

.g-fnav_linkHd .g-link {
  font-size: 15px;
  font-weight: normal;
}

.g-fnav_linkHd span {
  display: inline-block;
  font-weight: normal;
}

.g-fnav_links .g-link-sm,
.g-fnav_links .g-fnav_sublinkHd {
  font-size: 15px;
  font-weight: normal;
}

.g-fnav_links a:visited {
  color: #fff;
}

.g-fnav_links, .g-fnav_sublinks .g-link-sm {
  font-size: 14px;
}

.g-fnav_links li {
  margin-top: 14px;
}

.g-fnav_sublinks {
  padding-left: 10px;
}

.g-fnav_sublinks li {
  margin-top: 8px;
}

.g-fnav_sublinks li:first-child {
  margin-top: 11px;
}

.g-fnav_sublinks .g-link-sm {
  font-weight: normal;
}

.g-fnav_sublinks a,
.g-fnav_sublinks a:visited {
  color: #b7b7b7;
}

.g-fnav_accBody {
padding-left: 15px;
}

.g-foot, .g-foot-c, .g-foot-r {
  margin-top: 15px;
}

.g-foot-c {
  text-align: center;
}

.g-foot-r {
  text-align: right;
}

.g-foot-sm {
  margin-top: 10px;
}

.g-foot-lg {
  margin-top: 30px;
}

.g-footer {
  padding: 21px 0 21px;
  font-size: 11px;
  color: #fff;
  background: #111;
}

.g-footer a:visited {
  color: #000;
}

.g-footer_pages {
  float: left;
}

.g-footer_pages li {
  padding-left: 21px;
  display: inline-block;
}

.g-footer_pages li:first-child {
  padding-left: 0;
}

.g-footer_pages a,
.g-footer_pages a:visited {
  color: #b8b8b8;
}

.g-footer_ek {
  margin-left: 21px;
  line-height: 1;
  border-left: 1px solid #a8a8a8;
}

.g-footer_copyright {
  float: right;
}

.g-grid {
  overflow: hidden;
}

.g-grid_el {
  float: left;
}

.g-grid-2, .g-grid-2b, .g-grid-2c, .g-grid-3, .g-grid-4, .g-grid-4b, .g-grid-5, .g-grid-5b {
  margin: -7.5px;
}

.g-grid-2 > .g-grid_el, .g-grid-2b > .g-grid_el, .g-grid-2c > .g-grid_el, .g-grid-3 > .g-grid_el, .g-grid-4 > .g-grid_el, .g-grid-4b > .g-grid_el, .g-grid-5 > .g-grid_el, .g-grid-5b > .g-grid_el {
  padding: 7.5px;
}

.g-grid-2 > .g-grid_el {
  width: 50%;
}

.g-grid-2b > .g-grid_el {
  width: 32.8125%;
}

.g-grid-2b > .g-grid_el:first-child {
  width: 65.625%;
}

.g-grid-2c > .g-grid_el {
  width: 65.625%;
}

.g-grid-2c > .g-grid_el:first-child {
  width: 32.8125%;
}

.g-grid-3 > .g-grid_el {
  width: 33.333333%;
}

.g-grid-4 > .g-grid_el, .g-grid-4b > .g-grid_el {
  width: 25%;
}

.g-grid-5 > .g-grid_el, .g-grid-5b > .g-grid_el {
  width: 20%;
}

.g-hd-2 {
  margin-bottom: 25px;
  padding-top: 45px;
  font-size: 26px;
  text-align: center;
}

.g-hd-3 {
  margin-bottom: 10px;
  font-size: 22px;
}

.g-hd-4 {
  margin-bottom: 10px;
  font-size: 16px;
}

.g-hd-5 {
  margin-bottom: 10px;
  font-size: 14px;
}

.g-hd-alert {
  margin-bottom: 15px;
  padding-left: 45px;
  font-size: 14px;
  font-weight: bold;
  position: relative;
}

.g-hd-alert:before {
  display: inline-block;
  vertical-align: middle;
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/dj_common/non-rwd/images/sprite png");
  background-repeat: no-repeat;
  background-size: 182px 150px;
  width: 32px;
  height: 28px;
  background-position: -150px 0px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}

.ie8 .g-hd-alert:before {
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/dj_common/non-rwd/images/sprite_ie8 png");
}

.g-head {
  margin-bottom: 20px;
}

.g-header {
  min-height: 80px;
  position: relative;
  z-index: 11;
  background-color: #fff;
  font-size: 12px;
}

.g-header a,
.g-header a:visited {
  color: #666;
}

.g-header a, .g-header_hd span {
  margin: 22px 0;
  display: block;
}

.g-header .g-blank:after {
  position: relative;
  top: -2px;
  color: #1899c9;
}

.ie8 .g-header a, .ie8 .g-header_hd span {
  min-height: 0;
}

.g-header_inner {
  position: relative;
  overflow: visible;
}

.g-header_hd {
  float: left;
}

.g-header_hd img {
  width: 171px;
  height: 37px;
  display: block;
}

.g-header_pages {
  float: right;
}

.g-header_pages li {
  margin-right: 25px;
  display: inline-block;
  vertical-align: middle;
}

.g-header_pages li:last-child {
  margin-right: 0;
}

.g-header_searchBtn {
  margin-left: -5px;
}

.g-header_searchBtn a {
  padding: 9px 10px 9px !important;
  overflow: hidden;
  height: 39px;
  line-height: 20px;
  min-height: 0 !important;
}

.g-header_searchBtn a:after {
  width: 12px;
  height: 14px;
  margin-left: 6px;
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
  background-position: -150px -79px;
  background-size: 182px 150px;
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/dj_common/non-rwd/images/sprite png");
  content: '';
}

.ie8 .g-header_searchBtn a:after {
  width: 12px;
  height: 14px;
  margin-left: 6px;
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
  background-position: -151px -80px;
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/dj_common/non-rwd/images/sprite_ie8 png");
  content: '';
}

.no-touchevents .g-header_searchBtn a:hover {
  text-decoration: none;
}

.g-page-search .g-header_searchBtn a {
  background-color: #f2f2f2;
}

.g-header_search {
  padding: 40px 30px 30px;
  background-color: #f2f2f2;
  border: 1px solid #fff;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3);
  position: absolute;
  right: 0;
  top: 57px;
  z-index: 11;
  display: none\9;
}

.g-header_search:not(:target) {
  display: block;
  visibility: hidden;
  opacity: 0;
}

.g-header_search input[type="text"] {
  padding: 0 15px;
  border-radius: 0;
  width: 300px;
  height: 40px;
}

.ie8 .g-header_search input[type="text"] {
  line-height: 40px;
}

.g-header_search input[type="text"]::-ms-clear {
  display: none;
}

.g-header_search button {
  margin-left: 10px;
  padding: 0 30px;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  border: 0;
  height: 40px;
  background-color: #777;
}

.no-touchevents .g-header_search button:hover {
  background-color: #666;
}

.g-header_search i {
  pointer-events: all;
  position: absolute;
  right: 8px;
  top: 8px;
  cursor: pointer;
  color: #777;
  font-size: 20px;
}

.g-page-search .g-header_search {
  display: block\9;
}

.g-page-search .g-header_search:not(:target) {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  visibility: visible;
  opacity: 1;
}

.g-header_menu {
  display: none;
  border-left: 1px solid transparent;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  width: 55px;
  height: 41px;
}

.g-header_menu:before {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  pointer-events: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\EA0B";
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 33px;
  color: #777;
  width: 1em;
  height: 1em;
}

.g-header_menu-on {
  border-left-color: #ccc;
  background-color: #f3f3f3;
}

.g-hl {
  margin-bottom: 50px;
}

.g-hl .g-box {
  position: relative;
}

.g-hl img {
  width: auto;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.g-hl_hl {
  height: 240px;
  position: relative;
}

.g-hl h1 {
  display: table;
  width: 240px;
  height: 100%;
  font-size: 24px;
  color: #fff;
}

.g-hl span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  background-color: #999;
  background-color: rgba(153, 153, 153, 0.8);
}

.g-hline > .g-hline_el {
  margin-right: 15px;
  display: inline-block;
}

.g-hline > .g-hline_el:last-child {
  margin-right: 0;
}

.g-hnav {
  position: relative;
  z-index: 10;
  background: url("/-/media/Project/Daikin/ac_daikin_co_jp/dj_common/non-rwd/images/bg_hnav png") 0 0 repeat-x #f5f7fa;
}

.g-hnav .g-link:before,
.g-hnav .g-link-lg:before {
  content: "";
  position: relative;
  top: -0.1px !important;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/dj_common/non-rwd/images/mkr_sprite png");
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  margin-right: 4px;
  background-position: -20px -20px;
}

.g-hnav a:visited {
  color: #000;
}

.ie8 .g-hnav {
  min-width: 960px;
}

.g-hnav .g-hr {
  margin: 24px 0 26px;
  border-bottom: 3px solid #d2d7d9;
}

.g-hnav_home, .g-hnav_pages, .g-hnav_search {
  display: none;
}

.g-hnav_links {
  margin: 12px -1% 0;
}

.g-hnav_links .g-link-lg {
  font-size: 16px;
  font-weight: bold;
}

.g-hnav_links .g-link {
  font-size: 14px;
  font-weight: bold;
}

.g-hnav_links .g-link,
.g-hnav_links .g-link-lg {
  padding-left: 15px;
  text-indent: -14px;
}

.g-hnav_links .g-link:before,
.g-hnav_links .g-link-lg:before {
  /*font-size: 11px;
  font-weight: bold;
  color: #000;
  top: 6px;*/
}

.g-hnav_links > li {
  margin-top: 12px;
  padding: 0 1%;
  width: 32.8%;
  display: inline-block;
  vertical-align: top;
}

.g-hnav_links > li:nth-child(-n+3) {
  margin-top: 0;
}

.g-hnav_links-2 {
  position: relative;
}

.g-hnav_links-2:before {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  border-left: 3px solid #d2d6d9;
  width: 3px;
}

.ie8 .g-hnav_links-2:before {
  display: none;
}

.g-hnav_links-2 > li {
  margin-top: 0;
  width: 49.6%;
}

.g-hnav_links-2 > li:nth-child(odd) {
  padding-right: 25px;
}

.g-hnav_links-2 > li:nth-child(even) {
  padding-left: 25px;
}

.g-hnav_sublinks {
  padding-left: 13px;
}

.g-hnav_sublinks li {
  /*margin-top: 5px;*/
}

.g-hnav_sublinks li:first-child {
  margin-top: 0;
}

.g-hnav_sublinks .g-link {
  font-weight: normal;
}

.g-hnav_sublinkHd {
  margin: 0 0 5px;
  font-weight: bold;
}

.g-hnav_desc {
  margin-top: 4px;
  padding-left: 15px;
}

.g-hnav_accBody {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 40px;
  z-index: 1;
  width: 100%;
  height: 0;
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/dj_common/non-rwd/images/nil png");
}

.g-hnav_bg {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 48px;
  width: 100%;
}

.g-hnav_bg-on {
  background-color: #e9edf2;
  box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.3);
}

.g-hnav_lv1 {
  position: relative;
  overflow: visible;
}

.g-hnav_lv1:before {
  margin: auto;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 48px;
  background: url("/-/media/Project/Daikin/ac_daikin_co_jp/dj_common/non-rwd/images/bg_hnav png") 0 0 repeat-x #f5f7fa;
  z-index: 1;
  pointer-events: none;
}

.g-hnav_lv1_hd {
  margin: 0 -1px 0 0;
  border-top-width: 0;
  border-bottom-width: 0;
  float: left;
  display: table;
  position: relative;
  z-index: 1;
  font-weight: bold;
  color: #737373;
}

.no-touchevents .g-hnav_lv1_hd:hover, .g-hnav_lv1_hd-on {
  color: #0097e0;
  background: url("/-/media/Project/Daikin/ac_daikin_co_jp/dj_common/non-rwd/images/bg_hnav png") 0 0 repeat-x #f5f7fa;
}

.g-hnav_lv1_hd span {
  padding: 13px 15px 11px;
}

.no-touchevents .g-hnav_lv1_hd:hover, .g-hnav_lv1_hd-on {
  background-color: #f3f3f3;
}

.g-hnav_lv1_hd-cur {
  color: #0097e0;
}

.g-hnav_lv1_hd-cur span {
  color: #0097e0;
}

.no-touchevents .g-hnav_lv1_hd-cur:hover span {
  color: #0097e0;
}

.g-hnav_lv1_hd span, .g-hnav_lv1_hd a {
  padding: 0 15px;
  height: 48px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  cursor: default;
}

.g-hnav_lv1_hd a {
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
}

.g-hnav_lv1_hd a:before {
  display: none;
}

.g-hnav_lv1_body {
  margin: 0;
  padding: 29px 30px 37px;
}

.g-hnav_lv1_body .g-foot-r {
  margin-top: 13px;
}

.g-hnav_lv2_hd {
  margin: 0 0 15px 0;
  font-size: 16px;
  font-weight: bold;
}

.g-hnav_lv2 .g-hnav_links {
  padding: 0 13px;
}

.no-touchevents .g-hover:hover .g-link-sm,
.no-touchevents .g-hover:hover .g-link,
.no-touchevents .g-hover:hover .g-link-lg {
  text-decoration: underline;
}

.no-touchevents .g-hover:hover img {
  opacity: .7;
}

.no-touchevents .g-hover:hover p, .no-touchevents .g-hover:hover ul {
  text-decoration: none;
  display: inline-block;
  vertical-align: bottom;
}

.g-hover_text {
  color: #000;
}

.g-hr-sm, .g-hr {
  margin: 30px 0;
  border: 0;
  border-bottom: 1px solid #ccc;
}

.g-hr-sm {
  margin: 15px 0;
}

.g-img {
  width: 100%;
  vertical-align: bottom;
}

.g-important {
  position: relative;
  z-index: 2;
  text-align: left;
  overflow: hidden;
  max-width: 960px;
}

.g-important dt {
  font-weight: bold;
  white-space: nowrap;
}

.g-important .s {
  margin-right: 10px;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}

.g-important-sm {
  font-size: 12px;
  display: table;
  width: 100%;
  background-color: #f3f3f3;
}

.g-important-sm dt, .g-important-sm dd {
  padding: 10px 14px 9px;
  display: table-cell;
  vertical-align: middle;
}

.g-important-sm p {
  margin-left: 15px;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.g-important-sm p:first-child {
  margin-left: 0;
}

.g-important-sm a {
  font-weight: normal;
  overflow: hidden;
  vertical-align: middle;
}

.g-important-sm .g-important_body {
  width: 100%;
  border: 1px solid #fff;
  border-top: 0;
  border-bottom: 0;
}

.g-important-sm .g-important_list {
  white-space: nowrap;
}

.g-important-lg {
  padding: 30px;
  background-color: #f3f3f3;
}

.g-important-lg dt {
  margin-bottom: 10px;
  font-size: 16px;
}

.g-important-lg .s {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}

.g-important-lg .g-hd-3 {
  font-weight: bold;
}

.g-important-lg .g-important_list {
  margin-top: 15px;
  text-align: right;
}

.g-important-xl {
  padding-bottom: 100px;
}

.g-important-xl dt {
  font-size: 18px;
}

.g-important-xl .s {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}

.g-important-xl .g-hd-2 {
  font-weight: bold;
  text-align: left;
}

.g-important-xl .g-important_body > p {
  margin-bottom: 1em;
  font-size: 16px;
}

.g-info .g-link-sm, .g-info .g-link, .g-info .g-link-lg {
  font-weight: normal;
  display: block;
}

.g-info_date, .g-info_label-a, .g-info_label-b, .g-info_label-c, .g-info_label-d {
  margin: 0 5px 10px 0;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  line-height: 1;
}

.g-info_date {
  font-size: 12px;
}

.g-info_label-a, .g-info_label-b, .g-info_label-c, .g-info_label-d {
  padding: 5px;
  font-size: 10px;
  text-align: center;
}

.g-info_label-a {
  background-color: #e8e8e8;
  min-width: 110px;
}

.g-info_label-b {
  min-width: 140px;
  background-color: #c4c4c4;
}

.g-info_label-c {
  background-color: #c1dcea;
  min-width: 100px;
}

.g-info_label-d {
  background-color: #ffc1bb;
  min-width: 100px;
}

.g-layout-a, .g-layout-b, .g-layout-c, .g-layout-d, .g-layout-e, .g-layout-f, .g-layout-g {
  display: table;
  width: 960px;
}

.g-layout_el {
  display: table-cell;
  vertical-align: top;
}

.g-layout-a .g-layout_el {
  width: 230px;
  max-width: 230px;
  min-width: 230px;
}

.g-layout-a .g-layout_el:first-child {
  width: 730px;
  max-width: 730px;
  min-width: 730px;
  padding: 0 40px 0 0;
}

.g-layout-b .g-layout_el {
  width: 260px;
  max-width: 260px;
  min-width: 260px;
  padding: 0 0 0 29px;
  border-left: 1px solid #ccc;
}

.g-layout-b .g-layout_el:first-child {
  width: 700px;
  max-width: 700px;
  min-width: 700px;
  padding: 0 30px 0 0;
  border: 0;
}

.g-layout-c .g-layout_el, .g-layout-d .g-layout_el {
  width: 460px;
  max-width: 460px;
  min-width: 460px;
  padding: 0 0 0 20px;
}

.g-layout-c .g-layout_el:first-child, .g-layout-d .g-layout_el:first-child {
  padding: 0 20px 0 0;
}

.g-layout-e .g-layout_el {
  width: 330px;
  max-width: 330px;
  min-width: 330px;
  padding: 0 0 0 30px;
}

.g-layout-e .g-layout_el:first-child {
  width: 300px;
  max-width: 300px;
  min-width: 300px;
  padding: 0;
}

.g-layout-f .g-layout_el {
  width: 460px;
  max-width: 460px;
  min-width: 460px;
  padding: 0 0 0 24px;
  border-left: 1px solid #ccc;
}

.g-layout-f .g-layout_el:first-child {
  padding: 0 25px 0 0;
  border: 0;
}

.g-layout-g .g-layout_el {
  width: 99%;
}

.g-layout-g .g-layout_el + .g-layout_el {
  padding-left: 50px;
  width: 1%;
}

.g-layout-g .g-layout_el + .g-layout_el .g-btn {
  white-space: nowrap;
}

.g-lead {
  margin-bottom: 30px;
  text-align: center;
}

.g-link, .g-link-sm, .g-link-lg {
  padding-left: 17px;
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
}

.g-link:before, .g-link-sm:before, .g-link-lg:before {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  pointer-events: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\EA07";
  position: absolute;
  left: 0;
  top: 3px;
}

.g-link-sm {
  padding-left: 14px;
  font-size: 12px;
}

.g-link-lg {
  font-size: 16px;
}

.g-link-down {
  padding-left: 21px;
}

.g-link-down:before {
  content: "\EA05";
}

.g-lnav {
  position: relative;
  z-index: 9;
  background-color: #19a3d1;
}

.g-lnav a, .g-lnav p > span, .g-lnav_lv1_r span {
  padding: 12px 20px;
  color: #fff;
  display: block;
  white-space: nowrap;
}

.g-lnav .g-link {
  font-weight: normal;
}

.g-lnav .g-link:before {
  left: 15px;
  top: 18px;
}

.g-lnav_sp {
  display: none;
}

.g-lnav_hd {
  display: none;
}

.g-lnav_lv1 {
  overflow: visible;
}

.g-lnav_lv1_el {
  position: relative;
  float: left;
  cursor: default;
}

.no-touchevents .g-lnav_lv1_el:hover:before, .g-lnav_lv1_el.g-lnav-active:before, .g-lnav_lv1_el.g-lnav-cur:before {
  margin: auto;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 10px 9px;
  border-color: transparent transparent #f2f2f2 transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.g-lnav_lv1_r {
  float: right;
  font-size: 13px;
}

.no-touchevents .g-lnav_lv1_r:hover:before {
  display: none;
}

.g-lnav_lv1_r ul {
  margin-top: 8px;
  overflow: hidden;
}

.g-lnav_lv1_r li {
  float: left;
  border: 1px solid #fff;
}

.g-lnav_lv1_r li:first-child {
  border-right-width: 0;
}

.g-lnav_lv1_r a, .g-lnav_lv1_r span {
  padding: 4px 20px;
}

.g-lnav_lv1_r a.g-lnav-cur, .g-lnav_lv1_r span.g-lnav-cur {
  background-color: #0379aa;
}

.g-lnav_lv2 {
  display: none;
  position: absolute;
  background-color: #f2f2f2;
  box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.3);
}

.g-lnav-active .g-lnav_lv2 {
  z-index: 1;
}

.g-lnav_lv2 a, .g-lnav_lv2 p > span {
  padding: 15px 45px 15px 35px;
  color: #000;
}

.g-lnav_lv2_hd {
  display: table;
  width: 100%;
  height: 83px;
  border-bottom: 1px solid #ccc;
}

.no-touchevents .g-lnav_lv2_hd:hover {
  background-color: #ddd;
}

.g-lnav_lv2_hd a {
  display: table-cell;
  vertical-align: middle;
}

.g-lnav_lv2_hd .g-link:before {
  top: 32px;
}

.g-lnav_lv2_list {
  display: table;
}

.g-lnav_lv2_el {
  background-color: #f2f2f2;
}

.no-touchevents .g-lnav_lv2_el:hover {
  background-color: #ddd;
}

.g-lnav_lv2 .g-lnav-cur {
  background-color: #ddd;
}

.g-lnav-sticky .g-lnav {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 11;
}

.g-lnav-sticky .g-main {
  padding-top: 46px;
}

.g-main {
  padding-left: 15px;
  padding-right: 15px;
}

.g-mb-0 {
  margin-bottom: 0px !important;
}

.g-mb-5 {
  margin-bottom: 5px !important;
}

.g-mb-10 {
  margin-bottom: 10px !important;
}

.g-mb-15 {
  margin-bottom: 15px !important;
}

.g-mb-20 {
  margin-bottom: 20px !important;
}

.g-mb-25 {
  margin-bottom: 25px !important;
}

.g-mb-30 {
  margin-bottom: 30px !important;
}

.g-mb-35 {
  margin-bottom: 35px !important;
}

.g-mb-40 {
  margin-bottom: 40px !important;
}

.g-mb-45 {
  margin-bottom: 45px !important;
}

.g-mb-50 {
  margin-bottom: 50px !important;
}

.g-media-h, .g-media-v {
  overflow: hidden;
  display: block;
}

.g-media_left {
  display: block;
}

.g-media_left img {
  width: 100%;
  vertical-align: bottom;
}

.g-media_body {
  overflow: hidden;
}

.g-media_hd {
  margin-bottom: 7px;
}

.g-media-h .g-media_left {
  margin-right: 15px;
  float: left;
}

.g-media-v .g-media_left {
  margin-bottom: 12px;
}

.g-message {
  padding: 30px;
  background-color: #f3f3f3;
  position: relative;
  z-index: 2;
  text-align: left;
}

.g-message .g-hd-3 {
  font-weight: bold;
}

.g-ml-0 {
  margin-left: 0px !important;
}

.g-ml-5 {
  margin-left: 5px !important;
}

.g-ml-10 {
  margin-left: 10px !important;
}

.g-ml-15 {
  margin-left: 15px !important;
}

.g-ml-20 {
  margin-left: 20px !important;
}

.g-ml-25 {
  margin-left: 25px !important;
}

.g-ml-30 {
  margin-left: 30px !important;
}

.g-ml-35 {
  margin-left: 35px !important;
}

.g-ml-40 {
  margin-left: 40px !important;
}

.g-ml-45 {
  margin-left: 45px !important;
}

.g-ml-50 {
  margin-left: 50px !important;
}

.g-mr-0 {
  margin-right: 0px !important;
}

.g-mr-5 {
  margin-right: 5px !important;
}

.g-mr-10 {
  margin-right: 10px !important;
}

.g-mr-15 {
  margin-right: 15px !important;
}

.g-mr-20 {
  margin-right: 20px !important;
}

.g-mr-25 {
  margin-right: 25px !important;
}

.g-mr-30 {
  margin-right: 30px !important;
}

.g-mr-35 {
  margin-right: 35px !important;
}

.g-mr-40 {
  margin-right: 40px !important;
}

.g-mr-45 {
  margin-right: 45px !important;
}

.g-mr-50 {
  margin-right: 50px !important;
}

.g-mt-0 {
  margin-top: 0px !important;
}

.g-mt-5 {
  margin-top: 5px !important;
}

.g-mt-10 {
  margin-top: 10px !important;
}

.g-mt-15 {
  margin-top: 15px !important;
}

.g-mt-20 {
  margin-top: 20px !important;
}

.g-mt-25 {
  margin-top: 25px !important;
}

.g-mt-30 {
  margin-top: 30px !important;
}

.g-mt-35 {
  margin-top: 35px !important;
}

.g-mt-40 {
  margin-top: 40px !important;
}

.g-mt-45 {
  margin-top: 45px !important;
}

.g-mt-50 {
  margin-top: 50px !important;
}

.g-nojs {
  padding: 20px;
  background-color: #fff5f5;
  color: #c00000;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  text-align: center;
}

.g-note li {
  margin: 5px 0 0 1em;
  font-size: 12px;
}

.g-note li:before {
  text-indent: -1em;
  content: "※";
  display: inline-block;
}

.g-note li:first-child {
  margin-top: 0;
}

.g-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ddddde;
  opacity: .7;
  filter: alpha(opacity=70);
  z-index: 10;
}

.overlay .g-overlay {
  display: block;
}

.g-page-notice {
  /* 緊急時レイアウト用の基底クラス */
}

.g-page-search {
  /* ヘッダー内検索エリア用の基底クラス */
}

.g-page-dept {
  /* 部署テンプレート用の基底クラス */
}

.g-page-sidebar {
  /* サイドバーあり用の基底クラス */
}

.g-pagetop {
  box-shadow: 2px 3px 6px 0px rgba(0, 0, 0, 0.2);
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 10;
  border-radius: 50%;
  background-color: #777;
  width: 50px;
  height: 50px;
  overflow: hidden;
}

.g-pagetop:before {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  pointer-events: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\EA0D";
  color: #fff;
  font-size: 22px;
  display: block;
  padding: 14px;
}

.no-touchevents .g-pagetop:hover {
  background-color: #666;
  text-decoration: none;
}

.navopen .g-pagetop {
  display: none !important;
}

.g-pile, .g-pile-lg {
  margin-top: 15px;
  border-top: 1px solid #ccc;
}

.g-pile > .g-pile_el, .g-pile-lg > .g-pile_el {
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}

.g-pile:first-child, .g-pile-lg:first-child {
  margin-top: 0;
}

.g-pile-tight > .g-pile_el:last-child, .g-pile-lg-tight > .g-pile_el:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.g-pile-lg {
  margin-top: 30px;
}

.g-pile-lg > .g-pile_el {
  padding: 30px 0;
}

.g-poster {
  margin-left: -15px;
  margin-right: -15px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.ie8 .g-poster {
  min-width: 960px;
}

.g-poster.g-block {
  margin-bottom: 50px;
}

.g-poster_inner {
  position: relative;
}

.g-poster_el img {
  margin: auto;
  width: 100%;
  max-width: 960px;
  height: auto;
  vertical-align: bottom;
}

.ie8 .g-poster_el img {
  width: auto;
}

.g-poster_el .g-poster_img-s {
  display: none;
}

.g-poster_main > .g-poster_el {
  display: none;
}

.g-poster_main > .g-poster_el:first-child {
  display: block;
}

.g-poster_h1 {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.g-poster_nav {
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 1070px;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
}

.g-poster .g-slider_nav {
  margin-top: -35px;
  top: 50%;
  z-index: 8;
}

.g-poster .g-slider_prev {
  left: 0;
}

.g-poster .g-slider_next {
  right: 0;
}

.g-poster .slick-slider {
  z-index: 7;
}

.g-poster .slick-dots {
  position: relative;
  z-index: 8;
}

.g-primary {
  margin: -80px auto 0;
  border-top: 0 !important;
  text-align: center;
  background-color: #fff;
  position: relative;
  z-index: 2;
  max-width: 960px;
}

.ie8 .g-primary {
  width: 960px;
}

.g-primary:before {
  display: none !important;
}

.g-primary_inner {
  padding: 30px 30px 0;
}

.g-primary_notice {
  padding: 30px 30px 0;
}

.g-primary_inner .g-primary_notice {
  padding: 0;
}

.g-primary_support {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
  top: -240px;
  width: 240px;
  height: 240px;
  padding: 20px;
  text-align: center;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.g-primary_support dt {
  font-size: 16px;
}

.g-page-notice .g-primary_support {
  display: none;
}

.g-primary_desc {
  margin-bottom: 30px;
}

.g-primary .g-tel {
  margin-top: 10px;
}

.g-primary_event {
  margin: 30px 0;
  text-align: left;
  display: table;
  width: 100%;
}

.g-primary_event dt, .g-primary_event dd {
  padding: 15px 20px;
  display: table-cell;
  vertical-align: middle;
}

.g-primary_event dt {
  background-color: #d0e5ef;
  width: 21%;
}

.g-primary_event dd {
  background-color: #ebf7fd;
  width: 79%;
}

.g-primary_event span {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
}

.g-product {
  margin-top: 30px;
  overflow: hidden;
  text-align: left;
}

.g-product_list, .g-product_list-white {
  margin: -7px;
  overflow: hidden;
}

.g-product_list a, .g-product_list a:visited {
  color: #000;
}

.g-product_list-white, .g-product_list-white a, .g-product_list-white a:visited {
  color: #fff;
}

.g-product_el {
  padding: 7px;
  width: 324px;
  float: left;
}

.g-product_btn {
  padding-bottom: 100%;
  display: block;
  position: relative;
  background: no-repeat 50% 0;
  background-size: 100% auto;
}

.g-product_nodes {
  padding: 14% 7% 0;
  background: no-repeat 50% 100%;
  background-size: 100% auto;
  width: 100%;
  min-height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.g-product_nodes p {
  color: #000;
}

.g-product_list-white .g-product_nodes p {
  color: #fff;
}

.g-product_hd {
  margin-bottom: 5px;
  font-weight: bold;
}

.g-product .g-foot {
  margin-top: 5px;
}

.no-touchevents a.g-product_btn:hover {
  opacity: .7;
}

.no-touchevents a.g-product_btn:hover .g-link {
  text-decoration: underline;
}

.no-touchevents .g-product_btn.g-product_btn-hover {
  opacity: .7;
}

.g-rmd {
  border-top: 1px solid #ccc;
}

.g-rmd_outer {
  margin: 0 auto;
  position: relative;
  max-width: 1040px;
}

.g-rmd_inner {
  margin: 0 auto;
  max-width: 960px;
  overflow: hidden;
}

.g-rmd_inner > a {
  display: inline-block;
  vertical-align: top;
  width: 230px;
}

.g-rmd .slick-list {
  margin: 0 -6px;
}

.g-rmd .slick-slide {
  padding: 0 6px;
}

.g-rmd .slick-slide,
.g-rmd .g-media_body {
  opacity: 1;
}

.g-search {
  padding-right: 50px;
  position: relative;
  border: 1px solid #ccc;
}

.g-search input[type="text"] {
  padding: 0 15px;
  display: block;
  border: 0;
  border-radius: 0;
  width: 100%;
  height: 50px;
}

.ie8 .g-search input[type="text"] {
  line-height: 50px;
}

.g-search button {
  padding: 0;
  border: 0;
  background: #777;
  width: 50px;
  height: 50px;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}

.no-touchevents .g-search button:hover {
  background-color: #666;
}

.g-search button:before {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  pointer-events: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\EA10";
  padding: 13px;
  display: block;
  color: #fff;
  font-size: 24px;
}

.g-section-xs, .g-section-sm, .g-section, .g-section-lg {
  padding-bottom: 50px;
}

.g-section-xs:before, .g-section-sm:before, .g-section:before, .g-section-lg:before {
  margin: 0 -15px;
  content: "";
  border-top: 1px solid #ccc;
  display: block;
}

.g-section-xs {
  padding-bottom: 0;
}

.g-section-lg {
  padding-top: 50px;
  position: relative;
}

.g-section-lg:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.g-sidebar {
  margin-right: -228px;
  float: left;
  width: 228px;
  position: relative;
  z-index: 9;
}

.g-sidebar a, .g-sidebar p > span {
  padding: 10px 10px 10px 30px;
  color: #000;
  display: block;
}

.g-sidebar p > span {
  padding-left: 10px;
}

.g-sidebar .g-link {
  font-weight: normal;
}

.g-sidebar .g-link:before {
  left: 10px;
  top: 13px;
}

.g-sidebar_sp {
  display: none;
}

.g-sidebar_pc {
  display: none;
}

.g-sidebar_hd {
  background-color: #00a2d3;
  color: #fff;
}

.g-sidebar_hd div {
  padding: 10px 10px 10px 15px;
}

.g-sidebar_hd a {
  color: #fff;
}

.g-sidebar_lv1 {
  overflow: visible;
}

.g-sidebar_lv1_hd {
  margin-bottom: 1px;
}

.g-sidebar_lv1_hd a, .g-sidebar_lv1_hd span {
  background-color: #f2f2f2;
}

.no-touchevents .g-sidebar_lv1_hd:hover a {
  background-color: #ddd;
}

.g-sidebar_lv1_el {
  position: relative;
  cursor: default;
}

.g-sidebar-active .g-sidebar_lv2 {
  z-index: 1;
}

.g-sidebar_lv2 a, .g-sidebar_lv2 p > span {
  padding: 10px 10px 10px 50px;
}

.g-sidebar_lv2 .g-link:before {
  left: 30px;
  top: 15px;
  font-size: 80%;
}

.g-sidebar_lv2_hd {
  display: table;
  width: 100%;
  height: 83px;
  border-bottom: 1px solid #ccc;
}

.no-touchevents .g-sidebar_lv2_hd:hover {
  background-color: #ddd;
}

.g-sidebar_lv2_hd .g-link:before {
  top: 32px;
}

.g-sidebar_lv2_el {
  margin-bottom: 1px;
  background-color: #f2f2f2;
}

.no-touchevents .g-sidebar_lv2_el:hover {
  background-color: #ddd;
}

.g-sidebar_lv2 .g-sidebar-cur {
  background-color: #ddd;
}

.g-skip {
  position: absolute;
  left: -100px;
  top: -100px;
}

.g-slider_nav {
  margin-top: -20px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 1;
  background-color: #777;
  border-radius: 3px;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 24px;
}

.g-slider-dots .g-slider_nav {
  margin-top: -38px;
}

.g-slider_nav:before {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  pointer-events: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1em;
  height: 1em;
}

.no-touchevents .g-slider_nav:hover {
  background-color: #666;
}

.g-slider_prev {
  left: -15px;
}

.g-slider_prev:before {
  content: "\EA06";
}

.g-slider_next {
  right: -15px;
}

.g-slider_next:before {
  content: "\EA07";
}

.slick-slide {
  outline: none;
}

.slick-dots {
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 0;
}

.slick-dots li {
  margin: 0 6px;
  display: inline-block;
  background-color: #c1c1c1;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  cursor: pointer;
}

.slick-dots li.slick-active {
  background-color: #777;
}

.slick-dots button {
  display: none;
}

.g-split {
  overflow: hidden;
}

.g-split_l {
  float: left;
}

.g-split_r {
  float: right;
}

.g-tabs {
  padding-top: 57px;
}

.g-tabs_inner {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  background-color: #f3f3f3;
}

.g-tabs_inner:before {
  margin: 0 -15px;
  content: "";
  border-top: 1px solid #ccc;
  width: 100%;
  position: absolute;
}

.g-tabs_hd {
  padding: 15px;
  width: 310px;
  text-align: center;
  position: absolute;
  top: -57px;
  left: 0;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #ccc;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  background: -webkit-linear-gradient(#fff, #f3f3f3);
  background: linear-gradient(#fff, #f3f3f3);
  cursor: pointer;
}

.g-tabs_hd-on {
  background: #f3f3f3;
  cursor: default;
  z-index: 2;
}

.g-tabs_hd-on + .g-tabs_body {
  z-index: 1;
  border-top: 1px solid #ccc;
}

.g-tabs_body {
  padding: 30px 0;
  position: relative;
}

.g-tabs_section + .g-tabs_section .g-tabs_hd {
  margin-left: 325px;
}

.g-tabs .g-box {
  position: relative;
  overflow: visible;
}

.g-talign-l {
  text-align: left;
}

.g-talign-c {
  text-align: center;
}

.g-talign-r {
  text-align: right;
}

.g-tel, .g-tel-lg {
  display: block;
  font-size: 18px;
  color: #777;
  text-align: center;
}

.g-tel i, .g-tel span, .g-tel-lg i, .g-tel-lg span {
  display: inline-block;
  vertical-align: middle;
}

.g-tel i, .g-tel-lg i {
  margin-right: 10px;
  font-size: 30px;
  color: #848079;
}

.g-tel-lg {
  font-size: 20px;
}

.g-tel-lg i {
  font-size: 40px;
}

.g-tel-inline {
  display: inline-block;
}

.g-vline_el {
  margin-top: 15px;
}

.g-vline_el:first-child {
  margin-top: 0;
}

.g-wrapper {
  min-width: 990px;
}

@font-face {
  font-family: "icon";
  src: url("/-/media/Project/Daikin/ac_daikin_co_jp/dj_common/non-rwd/fonts/icon eot");
  src: url("/-/media/Project/Daikin/ac_daikin_co_jp/dj_common/non-rwd/fonts/icon eot?#iefix") format("eot"), url("/-/media/Project/Daikin/ac_daikin_co_jp/dj_common/non-rwd/fonts/icon woff") format("woff"), url("/-/media/Project/Daikin/ac_daikin_co_jp/dj_common/non-rwd/fonts/icon ttf") format("truetype"), url("/-/media/Project/Daikin/ac_daikin_co_jp/dj_common/non-rwd/fonts/icon svg#icon") format("svg");
  font-weight: normal;
  font-style: normal;
}

.ie8 .s {
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/dj_common/non-rwd/images/sprite_ie8 png");
}
